home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(_root.EnemiesSelected() == true)
- {
- _root.leftA.gotoAndPlay(16);
- _root.rightA.gotoAndPlay(16);
- _root.ico.gotoAndPlay(21);
- _root.titleA.gotoAndPlay(16);
- _root.blueish.gotoAndPlay(61);
- }
- else
- {
- _global.SoundManager.PlayBubbleSound("nocando");
- _root.instruct1.gotoAndStop(4);
- }
- }
-